home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / utils / 2l8pe113 / pate.txt < prev    next >
Text File  |  1994-12-21  |  3KB  |  89 lines

  1. ************************************************************************
  2. ** 2L8 Fill Pattern Editor                      Too Late Version 1.13 **
  3. * Jouni Miettunen * jon@stekt.oulu.fi * Oulu * Finland * Europe * 1994 *
  4.  
  5. Copyright (c) 1994 by Jouni Miettunen. All Rights Reserved.
  6. Freeware - use, share and enjoy!
  7.  
  8.     But the Devil whoops, as he whooped of old:
  9.     `It's clever, but is it Art?'
  10.             The Conundrum of the Workshops
  11.             Rudyard Kipling (1865-1936)
  12.  
  13. ** WHAT IT IS
  14.  
  15. One morning while I was having some breakfast I found an empty envelope
  16. on the table with no writing at the back.. This is the result of that
  17. seemingly innocent incident: a fill pattern editor.
  18.  
  19. It served me well, so now I'd like to release it to you, too. This way I
  20. could make myself to clean up the code and take backups before it's too
  21. late. I just wiped out all the source for another similar small project
  22. and really don't feel like rewriting every util all the time..
  23.  
  24. Please don't take my word, take backups. Take backups of backups of
  25. backups and never update them all at the same time!
  26.  
  27. ** WHAT DO YOU NEED
  28.  
  29. 8086+, standard VGA (640x480x16) and a mouse.
  30.  
  31. ** HOW DO YOU USE IT
  32.  
  33. This program is self-documenting, just press the buttons and see, what
  34. happens. Right mouse button reacts faster in some places.
  35.  
  36. ** WHAT DOES IT DO
  37.  
  38. Usually graphics libraries offer a possibility to fill polygons with
  39. user selected fill colors and fill patterns. With this small util you
  40. can design and test the patterns and save them in a file for later use.
  41.  
  42. ** SAVING AS A FILE
  43.  
  44. Current pattern will be saved at the end of file "patterns.pat" in the
  45. following format:
  46.  
  47.     {0x??,0x??,0x??,0x??,0x??,0x??,0x??,0x??}, // your comment here
  48.  
  49. For suggestion how to use it, please read the following included files:
  50.  
  51. bgipat.c    Borland BGI graphics library sample
  52. gxpat.c        Genus GX graphics library sample
  53.  
  54. ** WANT MORE ??
  55.  
  56. Sure, why not! If you have a good idea and can even give some strong and
  57. convincing arguments for it, I might listen to you and quite seriously
  58. consider upgrading the program.
  59.  
  60. In any case it's always nice to hear from happy users.. Actually from
  61. any users at all. Such an incident would also noticeably increase the
  62. possibility that I might a) update this b) release something else.
  63.  
  64. ** HISTORY
  65.  
  66. 1.0    I found an empty envelope and couldn't resist the temptation
  67. 1.1    Cleaned up for first release
  68. 1.11    Hacked text edit functions to work with this + some cosmetics
  69. 1.12    5 more editing functions: 2x2, 4x4, 1to2, 1to4, swab
  70. 1.13    Can select background color with right mouse button
  71.     Included 33 predefined fill-patterns
  72.     Pattern viewing program (BGI and GX samples)
  73.     TooLate <-> NeoPaint pattern file converters
  74.  
  75. ** THE AUTHOR
  76.  
  77. That's all folks! It's such a simple program I don't expect any bugs to
  78. surface, but if they do, please let me know. Suggestions are naturally
  79. welcome, but I'm happy with it as-is. Hope you can find some use for it.
  80.  
  81.     Mr. Jouni Miettunen
  82.     Rautatienkatu 20 A 10
  83.     FIN-90100 OULU
  84.     FINLAND - EUROPE
  85.  
  86. * Jouni Miettunen * jon@stekt.oulu.fi * Oulu * Finland * Europe * 1994 *
  87. ** 2L8 Fill Pattern Editor                      Too Late Version 1.13 **
  88. ************************************************************************
  89.